BaseRemoved
TheBaseRemoved
method invalidates this extension object.
void BaseRemoved ();DISCUSSION
An extension object becomes invalid when its base object is removed. This extension object should no longer attempt to communicate with its base object; any pointers that this extension object had to its base object should be considered invalid. The base object of this extension object should call this method from itsReleaseAll
method.OVERRIDING
If you subclassODExtension
, you can override this method. Your override method must call its inherited method at some point in your implementation (it does not matter where); you must not access the base object after calling the inherited method.SEE ALSO
"The ReleaseAll Method" on page 306 in OpenDoc Programmer's Guide.
"Using an Extension" on page 444 in OpenDoc Programmer's Guide.
"Implementing Extensions" on page 445 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help